home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Sources-Targets / x-hp320 < prev    next >
Encoding:
Text File  |  1993-02-05  |  447 b   |  12 lines  |  [TEXT/MPS ]

  1. # Make assignments for compilation on HPUX with their C compiler.
  2. CC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300
  3. OLDCC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300
  4. ALLOCA=alloca.o
  5. # For CCLIBFLAGS you might want to specify the switch that
  6. # forces only 68000 instructions to be used.
  7.  
  8. # Version 5 of HPUX had a compiler bug that made it crash with -g.
  9. # You must set CFLAGS to empty on version 5.
  10.  
  11. # You must get alloca.c from GNU Emacs.
  12.